getUpdatedOn

abstract fun getUpdatedOn(): Date

Gets the date and time when this user profile was last updated. If the profile has never been updated, this might be the same as getCreatedOn or null if not applicable.

Return

A Date object representing the last update timestamp of the user profile. Returns null if the update date is not available or if the profile has never been updated and this information isn't tracked separately.